Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.Spreadsheet Namespace / ICloneable<T> Interface / Clone Method


In This Topic
Clone Method (ICloneable<T>)
In This Topic
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Function Clone() As T
 
'Usage
 
Dim instance As ICloneable(Of T)
Dim value As T
 
value = instance.Clone()

Return Value

A new object that is a copy of the current instance.
See Also